GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / AddPushButtonFormField(Single,Single,Single,Single,String,String,String,Single,Byte,Byte,Byte) Method





In This Topic
AddPushButtonFormField(Single,Single,Single,Single,String,String,String,Single,Byte,Byte,Byte) Method
In This Topic
Syntax
'Declaration
 
Public Function AddPushButtonFormField( _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single, _
   ByVal FieldName As String, _
   ByVal Caption As String, _
   ByVal FontResName As String, _
   ByVal FontSize As Single, _
   ByVal TextRed As Byte, _
   ByVal TextGreen As Byte, _
   ByVal TextBlue As Byte _
) As Integer
public int AddPushButtonFormField( 
   float Left,
   float Top,
   float Width,
   float Height,
   string FieldName,
   string Caption,
   string FontResName,
   float FontSize,
   byte TextRed,
   byte TextGreen,
   byte TextBlue
)
public function AddPushButtonFormField( 
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single;
    FieldName: String;
    Caption: String;
    FontResName: String;
    FontSize: Single;
    TextRed: Byte;
    TextGreen: Byte;
    TextBlue: Byte
): Integer; 
public function AddPushButtonFormField( 
   Left : float,
   Top : float,
   Width : float,
   Height : float,
   FieldName : String,
   Caption : String,
   FontResName : String,
   FontSize : float,
   TextRed : byte,
   TextGreen : byte,
   TextBlue : byte
) : int;
public: int AddPushButtonFormField( 
   float Left,
   float Top,
   float Width,
   float Height,
   string* FieldName,
   string* Caption,
   string* FontResName,
   float FontSize,
   byte TextRed,
   byte TextGreen,
   byte TextBlue
) 
public:
int AddPushButtonFormField( 
   float Left,
   float Top,
   float Width,
   float Height,
   String^ FieldName,
   String^ Caption,
   String^ FontResName,
   float FontSize,
   byte TextRed,
   byte TextGreen,
   byte TextBlue
) 

Parameters

Left
Top
Width
Height
FieldName
Caption
FontResName
FontSize
TextRed
TextGreen
TextBlue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members